home *** CD-ROM | disk | FTP | other *** search
- size 18 27
- box 18 27
- amove .2 .2
- box 18-.4 27-.4
- set just center hei 1.3
- amove 12.1 23
-
- set hei 1.4 font rmi
- for i = 0 to 1 step .05
- set color (1-i)
- text Utilities
- rmove -.05 .025
- next i
- set color white
- text Utilities
- set color black
-
- set hei .8 just center
- amove 9 21.5
- amove 11.8 21.6
- text Surface, Contour,
- rmove 0 -.9
- text Manip, Fitz, Letz, Fitls
- Rmove 0 -1.2
- set hei .6
- text Version 3.2
- set just left hei .7
- set hei .401 ! font cmr10
- set font rm
-
- sub thetext
- begin text width 13
- \setstretch{.01}MANIP is a general purpose data entry and manipulation
- package.
-
- FITLS fits any equation with unknown constants to X,Y data.
-
- FITZ allows surfaces to be fitted to X,Y,Z data.
-
- LETZ allows a surface to be generated from an X,Y
- equation.
-
- Evenly spaced Z data can be plotted
- using SURFACE or a contour of the data
- can be plotted on a normal GLE graph using CONTOUR.
- end text
- end sub
-
-
- amove 2.5 16
- begin box fill grey40 noborder add .4
- @thetext
- end box
- rmove -.5 .5
- begin box fill white add .4
- @thetext
- end box
- @thetext
- amove 2.5 16
-
-
- set hei 7 font rmi
- amove 2 2
- begin path clip stroke
- text GLE
- end path
-
- set lwidth .1
- amove 2 1.8
- for i = 0 to 40
- amove 2 2
- aline i 40-i
- next i
-